diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-30 04:33:27 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-30 04:33:27 +0000 |
commit | 6902791ab8d4b2cee0ef4badc50d529b1e817ce8 (patch) | |
tree | c94e0cfaad0af0ed5dfb6e63d5c4d8c054c423a6 /webkit | |
parent | 42b7289e9b7667a34c82a1395d380a00643f0c28 (diff) | |
download | chromium_src-6902791ab8d4b2cee0ef4badc50d529b1e817ce8.zip chromium_src-6902791ab8d4b2cee0ef4badc50d529b1e817ce8.tar.gz chromium_src-6902791ab8d4b2cee0ef4badc50d529b1e817ce8.tar.bz2 |
Fix build bustage.
TBR=yaar
Review URL: http://codereview.chromium.org/340043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/api/src/InspectorClientImpl.cpp | 1 | ||||
-rw-r--r-- | webkit/api/src/WebViewImpl.h | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/webkit/api/src/InspectorClientImpl.cpp b/webkit/api/src/InspectorClientImpl.cpp index 9a1cd3f..0766e33 100644 --- a/webkit/api/src/InspectorClientImpl.cpp +++ b/webkit/api/src/InspectorClientImpl.cpp @@ -34,6 +34,7 @@ #include "DOMWindow.h" #include "FloatRect.h" #include "InspectorController.h" +#include "NotImplemented.h" #include "Page.h" #include "Settings.h" #include "WebRect.h" diff --git a/webkit/api/src/WebViewImpl.h b/webkit/api/src/WebViewImpl.h index 7f99256..919a6c8 100644 --- a/webkit/api/src/WebViewImpl.h +++ b/webkit/api/src/WebViewImpl.h @@ -279,8 +279,6 @@ private: 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 @@ private: // 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". |