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

Unified Diff: sky/engine/testing/platform/platform_impl.h

Issue 720713003: Remove WebScroll* (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/public/platform/WebScrollbarThemePainter.h ('k') | sky/engine/testing/platform/platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/testing/platform/platform_impl.h
diff --git a/sky/engine/testing/platform/platform_impl.h b/sky/engine/testing/platform/platform_impl.h
index 422a78208f1328d777f74397d6cf57f6bfd163ae..cb501e2697c244a470f8c00ec32242ff86511369 100644
--- a/sky/engine/testing/platform/platform_impl.h
+++ b/sky/engine/testing/platform/platform_impl.h
@@ -10,7 +10,6 @@
#include "base/threading/thread_local_storage.h"
#include "base/timer/timer.h"
#include "sky/engine/public/platform/Platform.h"
-#include "sky/engine/public/platform/WebScrollbarBehavior.h"
#include "sky/engine/testing/platform/webmimeregistry_impl.h"
#include "sky/engine/testing/platform/webthemeengine_impl.h"
#include "sky/engine/testing/platform/webunittestsupport_impl.h"
@@ -32,7 +31,6 @@ class PlatformImpl : public blink::Platform {
virtual void setSharedTimerFiredFunction(void (*func)());
virtual void setSharedTimerFireInterval(double interval_seconds);
virtual void stopSharedTimer();
- virtual blink::WebScrollbarBehavior* scrollbarBehavior();
virtual const unsigned char* getTraceCategoryEnabledFlag(
const char* category_name);
@@ -54,7 +52,6 @@ class PlatformImpl : public blink::Platform {
WebThemeEngineImpl theme_engine_;
WebMimeRegistryImpl mime_registry_;
WebUnitTestSupportImpl unit_test_support_;
- blink::WebScrollbarBehavior scrollbar_behavior_;
DISALLOW_COPY_AND_ASSIGN(PlatformImpl);
};
« no previous file with comments | « sky/engine/public/platform/WebScrollbarThemePainter.h ('k') | sky/engine/testing/platform/platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698