Title: [93169] trunk/Source/WebKit/chromium
Revision
93169
Author
j...@chromium.org
Date
2011-08-16 15:25:14 -0700 (Tue, 16 Aug 2011)

Log Message

[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:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (93168 => 93169)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-08-16 22:21:12 UTC (rev 93168)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-08-16 22:25:14 UTC (rev 93169)
@@ -1,3 +1,14 @@
+2011-08-12  John Abd-El-Malek  <j...@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  <senorbla...@chromium.org>
 
         GraphicsContext3D should allow its hostWindow to be NULL

Modified: trunk/Source/WebKit/chromium/WebKit.gyp (93168 => 93169)


--- trunk/Source/WebKit/chromium/WebKit.gyp	2011-08-16 22:21:12 UTC (rev 93168)
+++ trunk/Source/WebKit/chromium/WebKit.gyp	2011-08-16 22:25:14 UTC (rev 93169)
@@ -235,6 +235,7 @@
                 'public/WebPasswordAutocompleteListener.h',
                 'public/WebPasswordFormData.h',
                 'public/WebPerformance.h',
+                'public/WebPermissionClient.h',
                 'public/WebPlugin.h',
                 'public/WebPluginContainer.h',
                 'public/WebPluginDocument.h',
@@ -270,6 +271,7 @@
                 'public/WebSpeechInputControllerMock.h',
                 'public/WebSpeechInputListener.h',
                 'public/WebSpeechInputResult.h',
+                'public/WebSpellCheckClient.h',
                 'public/WebStorageArea.h',
                 'public/WebStorageEventDispatcher.h',
                 'public/WebStorageQuotaCallbacks.h',

Modified: trunk/Source/WebKit/chromium/public/WebScrollbar.h (93168 => 93169)


--- trunk/Source/WebKit/chromium/public/WebScrollbar.h	2011-08-16 22:21:12 UTC (rev 93168)
+++ trunk/Source/WebKit/chromium/public/WebScrollbar.h	2011-08-16 22:25:14 UTC (rev 93169)
@@ -34,9 +34,6 @@
 #include "WebCanvas.h"
 #include "WebCommon.h"
 
-// TODO(jam): take this out once Chrome rolls this revision of WebKit.
-#define WEBSCROLLBAR_SUPPORTS_OVERLAY
-
 namespace WebKit {
 
 class WebInputEvent;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to