X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcc%2Fdebug%2Fdebug_colors.h;h=3b00d841bb2b988c0b60b50e39f44371c27cf021;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=5a44d4d47fdef09de052bd88b2d03414bb75ccff;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/cc/debug/debug_colors.h b/src/cc/debug/debug_colors.h index 5a44d4d..3b00d84 100644 --- a/src/cc/debug/debug_colors.h +++ b/src/cc/debug/debug_colors.h @@ -103,6 +103,10 @@ class DebugColors { static int WheelEventHandlerRectBorderWidth(); static SkColor WheelEventHandlerRectFillColor(); + static SkColor ScrollEventHandlerRectBorderColor(); + static int ScrollEventHandlerRectBorderWidth(); + static SkColor ScrollEventHandlerRectFillColor(); + static SkColor NonFastScrollableRectBorderColor(); static int NonFastScrollableRectBorderWidth(); static SkColor NonFastScrollableRectFillColor(); @@ -113,6 +117,7 @@ class DebugColors { static SkColor NonPaintedFillColor(); static SkColor MissingPictureFillColor(); + static SkColor MissingResizeInvalidations(); static SkColor PictureBorderColor(); static SkColor HUDBackgroundColor();