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

Unified Diff: webkit/api/src/WebViewImpl.h

Issue 340043: Fix build bustage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 | « webkit/api/src/InspectorClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/src/WebViewImpl.h
===================================================================
--- webkit/api/src/WebViewImpl.h (revision 30558)
+++ webkit/api/src/WebViewImpl.h (working copy)
@@ -279,8 +279,6 @@
WebViewImpl(WebViewClient* client);
~WebViewImpl();
- void modifySelection(uint32 message, WebCore::Frame*, const WebCore::PlatformKeyboardEvent&);
-
// Returns true if the event was actually processed.
bool keyEventDefault(const WebKeyboardEvent&);
@@ -367,7 +365,7 @@
// Valid when m_dragTargetDispatch is true; the identity of the drag data
// copied from the WebDropData object sent from the browser process.
- int32 m_dragIdentity;
+ int m_dragIdentity;
// Valid when m_dragTargetDispatch is true. Used to override the default
// browser drop effect with the effects "none" or "copy".
« no previous file with comments | « webkit/api/src/InspectorClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698