Commit e96a64be authored by jam@chromium.org's avatar jam@chromium.org

[chromium] cleanup after previous webkit change rolled into chrome

https://bugs.webkit.org/show_bug.cgi?id=66177

Reviewed by James Robinson.

* DEPS:
* WebKit.gyp:
* public/WebScrollbar.h:


git-svn-id: svn://svn.chromium.org/blink/trunk@93169 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent a600339a
2011-08-12 John Abd-El-Malek <jam@chromium.org>
[chromium] cleanup after previous webkit change rolled into chrome
https://bugs.webkit.org/show_bug.cgi?id=66177
Reviewed by James Robinson.
* DEPS:
* WebKit.gyp:
* public/WebScrollbar.h:
2011-08-16 Stephen White <senorblanco@chromium.org> 2011-08-16 Stephen White <senorblanco@chromium.org>
GraphicsContext3D should allow its hostWindow to be NULL GraphicsContext3D should allow its hostWindow to be NULL
......
...@@ -235,6 +235,7 @@ ...@@ -235,6 +235,7 @@
'public/WebPasswordAutocompleteListener.h', 'public/WebPasswordAutocompleteListener.h',
'public/WebPasswordFormData.h', 'public/WebPasswordFormData.h',
'public/WebPerformance.h', 'public/WebPerformance.h',
'public/WebPermissionClient.h',
'public/WebPlugin.h', 'public/WebPlugin.h',
'public/WebPluginContainer.h', 'public/WebPluginContainer.h',
'public/WebPluginDocument.h', 'public/WebPluginDocument.h',
...@@ -270,6 +271,7 @@ ...@@ -270,6 +271,7 @@
'public/WebSpeechInputControllerMock.h', 'public/WebSpeechInputControllerMock.h',
'public/WebSpeechInputListener.h', 'public/WebSpeechInputListener.h',
'public/WebSpeechInputResult.h', 'public/WebSpeechInputResult.h',
'public/WebSpellCheckClient.h',
'public/WebStorageArea.h', 'public/WebStorageArea.h',
'public/WebStorageEventDispatcher.h', 'public/WebStorageEventDispatcher.h',
'public/WebStorageQuotaCallbacks.h', 'public/WebStorageQuotaCallbacks.h',
......
...@@ -34,9 +34,6 @@ ...@@ -34,9 +34,6 @@
#include "WebCanvas.h" #include "WebCanvas.h"
#include "WebCommon.h" #include "WebCommon.h"
// TODO(jam): take this out once Chrome rolls this revision of WebKit.
#define WEBSCROLLBAR_SUPPORTS_OVERLAY
namespace WebKit { namespace WebKit {
class WebInputEvent; class WebInputEvent;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment