Index: Source/core/rendering/RenderThemeChromiumMac.h |
diff --git a/Source/core/rendering/RenderThemeChromiumMac.h b/Source/core/rendering/RenderThemeChromiumMac.h |
index 5d7012146587e19ee0f42e6ba380ff6223ccb284..3dc8de4841d3362e440f02b064fdcb5269a8a2eb 100644 |
--- a/Source/core/rendering/RenderThemeChromiumMac.h |
+++ b/Source/core/rendering/RenderThemeChromiumMac.h |
@@ -44,7 +44,7 @@ public: |
virtual void adjustRepaintRect(const RenderObject*, IntRect&) OVERRIDE; |
- virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle&) const OVERRIDE; |
+ virtual bool isControlStyled(const RenderStyle*, const CachedUAStyle*) const OVERRIDE; |
virtual Color platformActiveSelectionBackgroundColor() const OVERRIDE; |
virtual Color platformInactiveSelectionBackgroundColor() const OVERRIDE; |