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

Unified Diff: Source/core/rendering/RenderThemeChromiumMac.h

Issue 338673002: Reduce the number of CachedUAStyles (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ownptrization and a null check 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
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;

Powered by Google App Engine
This is Rietveld 408576698