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

Unified Diff: Source/WebKit/chromium/src/ChromeClientImpl.h

Issue 6955016: Merge 85823 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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/WebKit/chromium/src/ChromeClientImpl.h
===================================================================
--- Source/WebKit/chromium/src/ChromeClientImpl.h (revision 85996)
+++ Source/WebKit/chromium/src/ChromeClientImpl.h (working copy)
@@ -58,7 +58,7 @@
explicit ChromeClientImpl(WebViewImpl* webView);
virtual ~ChromeClientImpl();
- WebViewImpl* webView() const { return m_webView; }
+ virtual void* webView() const;
// ChromeClient methods:
virtual void chromeDestroyed();
« no previous file with comments | « Source/WebKit/chromium/src/AutoFillPopupMenuClient.cpp ('k') | Source/WebKit/chromium/src/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698