Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2728)

Unified Diff: Source/web/painting/ContinuousPainter.h

Issue 498603003: Cleanup namespace usage in Source/binding and Source/web (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/FindInPageCoordinates.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/painting/ContinuousPainter.h
diff --git a/Source/web/painting/ContinuousPainter.h b/Source/web/painting/ContinuousPainter.h
index 3ca12e2e7a3a53f59c6fe976db61a5cf1ce054af..cde9579a75c300ba78d1745c7cbe78cc8c4efb79 100644
--- a/Source/web/painting/ContinuousPainter.h
+++ b/Source/web/painting/ContinuousPainter.h
@@ -31,9 +31,6 @@
namespace blink {
class GraphicsLayer;
-}
-
-namespace blink {
class PageOverlayList;
// This class is responsible for calling setNeedsDisplay on all
@@ -43,7 +40,7 @@ public:
// Calls setNeedsDisplay on the layer, then recursively calls
// on mask layers, replica layers and all child layers.
// Overlays are excluded, because they impact the page paint time metric.
- static void setNeedsDisplayRecursive(blink::GraphicsLayer*, PageOverlayList*);
+ static void setNeedsDisplayRecursive(GraphicsLayer*, PageOverlayList*);
};
} // namespace blink
« no previous file with comments | « Source/web/FindInPageCoordinates.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698