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

Unified Diff: Source/platform/Theme.h

Issue 101693004: Move remaining core/platform/mac files to platform/mac (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retry fixing the compile problem Created 7 years 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/core/rendering/RenderThemeChromiumMac.mm ('k') | Source/platform/blink_platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Theme.h
diff --git a/Source/platform/Theme.h b/Source/platform/Theme.h
index c551f6da06aa4461ee5e58aef6e1c7f1eb716c56..50a21a6a0a491b7702cd27fcbf04d4c5ac1dc3c1 100644
--- a/Source/platform/Theme.h
+++ b/Source/platform/Theme.h
@@ -107,8 +107,7 @@ private:
mutable Color m_inactiveSelectionColor;
};
-// Function to obtain the theme. This is implemented in the platform-specific subclasses.
-Theme* platformTheme();
+PLATFORM_EXPORT Theme* platformTheme();
} // namespace WebCore
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumMac.mm ('k') | Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698