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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2896563002: Update WebLocalFrameImpl with WebLocalFrameBase to break dependencies. (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « third_party/WebKit/Source/web/PageOverlay.cpp ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 0e1855e8fbedc0867e3ebb885020f61fac1d1524..45d7d631b406600567e6a0dd4bbff36a824d2ecb 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -395,7 +395,7 @@ class WEB_EXPORT WebLocalFrameImpl final
return shared_worker_repository_client_.get();
}
- void SetInputEventsTransformForEmulation(const IntSize&, float);
+ void SetInputEventsTransformForEmulation(const IntSize&, float) override;
static void SelectWordAroundPosition(LocalFrame*, VisiblePosition);
@@ -404,7 +404,7 @@ class WEB_EXPORT WebLocalFrameImpl final
return text_check_client_;
}
- TextFinder* GetTextFinder() const;
+ TextFinder* GetTextFinder() const override;
// Returns the text finder object if it already exists.
// Otherwise creates it and then returns.
TextFinder& EnsureTextFinder() override;
« no previous file with comments | « third_party/WebKit/Source/web/PageOverlay.cpp ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698