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

Unified Diff: Source/platform/scroll/ScrollbarTheme.h

Issue 319183004: Prefer to forward-declare GraphicsContext in headers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: schenney nit (pare down platform/geometry/ includes to *Rect.h) Created 6 years, 6 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/platform/mac/ScrollAnimatorMac.mm ('k') | Source/platform/scroll/ScrollbarTheme.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarTheme.h
diff --git a/Source/platform/scroll/ScrollbarTheme.h b/Source/platform/scroll/ScrollbarTheme.h
index 690144dbd9250ece2b02252c9b98c3d7e0632bee..8232ec3c320c92150e566a5f2825a17c494ad6f6 100644
--- a/Source/platform/scroll/ScrollbarTheme.h
+++ b/Source/platform/scroll/ScrollbarTheme.h
@@ -28,11 +28,11 @@
#include "platform/PlatformExport.h"
#include "platform/geometry/IntRect.h"
-#include "platform/graphics/GraphicsContext.h"
#include "platform/scroll/ScrollTypes.h"
namespace WebCore {
+class GraphicsContext;
class PlatformMouseEvent;
class ScrollbarThemeClient;
class ScrollView;
« no previous file with comments | « Source/platform/mac/ScrollAnimatorMac.mm ('k') | Source/platform/scroll/ScrollbarTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698