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

Unified Diff: content/shell/renderer/test_runner/mock_web_theme_engine.h

Issue 647223002: Remove unused paintScrollbarThumb impl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « content/shell/BUILD.gn ('k') | content/shell/renderer/test_runner/mock_web_theme_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/mock_web_theme_engine.h
diff --git a/content/shell/renderer/test_runner/mock_web_theme_engine.h b/content/shell/renderer/test_runner/mock_web_theme_engine.h
index 14c39065e1250e4e2229052c18dc0749e0da8d83..4280539f33a1da82ea606a67b55fd66b39eca81d 100644
--- a/content/shell/renderer/test_runner/mock_web_theme_engine.h
+++ b/content/shell/renderer/test_runner/mock_web_theme_engine.h
@@ -13,6 +13,7 @@ class MockWebThemeEngine : public blink::WebThemeEngine {
public:
virtual ~MockWebThemeEngine() {}
+#if !defined(OS_MACOSX)
// blink::WebThemeEngine:
virtual blink::WebSize getSize(blink::WebThemeEngine::Part);
virtual void paint(blink::WebCanvas*,
@@ -20,6 +21,7 @@ class MockWebThemeEngine : public blink::WebThemeEngine {
blink::WebThemeEngine::State,
const blink::WebRect&,
const blink::WebThemeEngine::ExtraParams*);
+#endif // !defined(OS_MACOSX)
};
} // namespace content
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/renderer/test_runner/mock_web_theme_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698