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

Unified Diff: third_party/WebKit/Source/core/frame/WebLocalFrameBase.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
Index: third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
diff --git a/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h b/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
index ef7213c0142d28dcc52788eeb219adb314244798..81c6d8bfe75e728d7ffea66130871084e60fb71b 100644
--- a/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
+++ b/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
@@ -76,6 +76,8 @@ class WebLocalFrameBase : public GarbageCollectedFinalized<WebLocalFrameBase>,
virtual SharedWorkerRepositoryClientImpl* SharedWorkerRepositoryClient()
const = 0;
virtual TextCheckerClient& GetTextCheckerClient() const = 0;
+ virtual TextFinder* GetTextFinder() const = 0;
+ virtual void SetInputEventsTransformForEmulation(const IntSize&, float) = 0;
DEFINE_INLINE_VIRTUAL_TRACE() {}
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebViewBase.h ('k') | third_party/WebKit/Source/web/DevToolsEmulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698