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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.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 | « content/test/layouttest_support.cc ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index 542fa745f22e54e589f60688ee0f5dbafcb9dc5c..3f1127a71229311dfa3985d4867fc15ccaa3c9ba 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -87,6 +87,8 @@ public:
void didChangeWindowResizerRect() override;
WebColor backgroundColor() const override;
WebPagePopup* pagePopup() const override;
+ bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
+ void applyReplacementRange(const WebRange&) override;
void updateTopControlsState(WebTopControlsState constraints, WebTopControlsState current, bool animate) override;
void setVisibilityState(WebPageVisibilityState) override;
bool isTransparent() const override;
« no previous file with comments | « content/test/layouttest_support.cc ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698