Index: Source/core/platform/ScrollbarTheme.h |
diff --git a/Source/core/platform/ScrollbarTheme.h b/Source/core/platform/ScrollbarTheme.h |
index d1f3c24cf0a4e3be715a4106fbedfd4bf27687c0..12b48291ecdb76335975a914cb1b636157de4f04 100644 |
--- a/Source/core/platform/ScrollbarTheme.h |
+++ b/Source/core/platform/ScrollbarTheme.h |
@@ -36,7 +36,7 @@ class PlatformMouseEvent; |
class ScrollbarThemeClient; |
class ScrollView; |
-#if ENABLE(RUBBER_BANDING) |
+#if USE(RUBBER_BANDING) |
class GraphicsLayer; |
#endif |
@@ -87,7 +87,7 @@ public: |
virtual void paintOverhangBackground(ScrollView*, GraphicsContext*, const IntRect&, const IntRect&, const IntRect&); |
virtual void paintOverhangShadows(ScrollView*, GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) { } |
-#if ENABLE(RUBBER_BANDING) |
+#if USE(RUBBER_BANDING) |
virtual void setUpOverhangShadowLayer(GraphicsLayer*) { } |
virtual void updateOverhangShadowLayer(GraphicsLayer* shadowLayer, GraphicsLayer* rootContentLayer) { } |
#endif |