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

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

Issue 2288313002: Return the WebViewFrameWidget in RenderWidget::webwidget() if there (Closed)
Patch Set: fix one more test 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 4da770b6e6d0d148e6670e121171b100eabae123..3f2f33a0da79d66b1876ef113c697f9ddbd63f65 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(int start, int length) override;
dcheng 2016/09/08 19:42:16 How come these lines are in this patch?
lfg 2016/09/08 19:58:24 When they were added, they were added only to WebV
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