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

Unified Diff: Source/web/WebViewImpl.h

Issue 397023003: Preparing Blink for cross-process frame tree replication (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed extra blank line Created 6 years, 5 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: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 35d0cfc4862742711f1990f4e8b29bffcd93edcd..9fa0ec6244163cafd7a09b403ec7f5b5cb748e98 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -317,7 +317,7 @@ public:
// FIXME: Temporary method to accommodate out-of-process frame ancestors;
// will be removed when there can be multiple WebWidgets for a single page.
- WebLocalFrameImpl* localFrameRootTemporary();
+ WebLocalFrameImpl* localFrameRootTemporary() const;
// Event related methods:
void mouseContextMenu(const WebMouseEvent&);

Powered by Google App Engine
This is Rietveld 408576698