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

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

Issue 2288313002: Return the WebViewFrameWidget in RenderWidget::webwidget() if there (Closed)
Patch Set: rename webwidget_ -> webwidget_internal_ Created 4 years, 3 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/WebViewFrameWidget.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index b324f6cbf587cf5753c8568c4c7c340cb938b8d2..1a2a957c6b82a6b5960d0d1ddbbb7c016dc17962 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -160,8 +160,6 @@ public:
void didNotAcquirePointerLock() override;
void didLosePointerLock() override;
void didChangeWindowResizerRect() override;
- bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
- void applyReplacementRange(const WebRange&) override;
// WebView methods:
virtual bool isWebView() const { return true; }
@@ -542,6 +540,8 @@ private:
// TODO(lfg): Remove once WebViewFrameWidget is deleted.
void scheduleAnimationForWidget();
+ bool getCompositionCharacterBounds(WebVector<WebRect>&) override;
+ void applyReplacementRange(const WebRange&) override;
friend class WebView; // So WebView::Create can call our constructor
friend class WebViewFrameWidget;
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698