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

Unified Diff: Source/core/page/Chrome.h

Issue 749333002: Plumbing for frame-specific WebWidgets (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed broken popup bug Created 6 years, 1 month 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: Source/core/page/Chrome.h
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
index 13ec07a4dd9a7528d95b2a95110f9f08096bf785..2b7f8f870ce337f16402852a6841843d3bfcadb8 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -68,6 +68,8 @@ public:
virtual void scheduleAnimation() override;
+ void scheduleAnimationForFrame(LocalFrame* rootFrame);
dcheng 2014/11/24 22:30:39 How come this doesn't need to be a virtual on Host
kenrb 2014/11/25 17:14:56 For WebView vs WebFrame, the goal is to strip most
+
void contentsSizeChanged(LocalFrame*, const IntSize&) const;
void setCursor(const Cursor&);

Powered by Google App Engine
This is Rietveld 408576698