X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Ftouch%2Ftouch_hud_projection.cc;h=317855948bd60f8dcf23ce30f643b65d113ec9a8;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=615a3721514f482deda8e12cf02f968cbf13f8fd;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/touch/touch_hud_projection.cc b/src/ash/touch/touch_hud_projection.cc index 615a372..3178559 100644 --- a/src/ash/touch/touch_hud_projection.cc +++ b/src/ash/touch/touch_hud_projection.cc @@ -15,7 +15,6 @@ #include "ui/views/widget/widget.h" namespace ash { -namespace internal { const int kPointRadius = 20; const SkColor kProjectionFillColor = SkColorSetRGB(0xF5, 0xF5, 0xDC); @@ -185,5 +184,4 @@ void TouchHudProjection::UnsetHudForRootWindowController( controller->set_touch_hud_projection(NULL); } -} // namespace internal } // namespace ash