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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2829613002: Remove ScheduleAnimation proxy methods, call HostWindow directly (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index ed77ae9845a5639241227c5b34edf9753314be98..d6e5d1829d8d4b721fe8baf6ef01225ef17c74a1 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -61,7 +61,6 @@ class FrameSelection;
class FrameView;
class InputMethodController;
class CoreProbeSink;
-class HostWindow;
class InterfaceProvider;
class InterfaceRegistry;
class IntPoint;
@@ -236,8 +235,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
// for adding a callback multiple times.
static void RegisterInitializationCallback(FrameInitCallback);
- bool ScheduleAnimation(HostWindow*);
-
private:
friend class FrameNavigationDisabler;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698