Changeset 121227 in webkit


Ignore:
Timestamp:
Jun 25, 2012 9:43:44 PM (12 years ago)
Author:
enne@google.com
Message:

[chromium] Add WebPluginScrollbar and WebPluginScrollbarClient stub implementations
https://bugs.webkit.org/show_bug.cgi?id=89928

Reviewed by Darin Fisher.

These classes are just typedef'd to be the non-Plugin version. The
next step is to change Chromium to use the Plugin version, then move
most of WebPluginScrollbar to a WebScrollbar in Platform to separate
out the base functionality, while providing the same top level API.

  • WebKit.gyp:
  • public/WebPluginScrollbar.h: Added.

(WebKit):

  • public/WebPluginScrollbarClient.h: Added.

(WebKit):

Location:
trunk/Source/WebKit/chromium
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r121219 r121227  
     12012-06-25  Adrienne Walker  <enne@google.com>
     2
     3        [chromium] Add WebPluginScrollbar and WebPluginScrollbarClient stub implementations
     4        https://bugs.webkit.org/show_bug.cgi?id=89928
     5
     6        Reviewed by Darin Fisher.
     7
     8        These classes are just typedef'd to be the non-Plugin version. The
     9        next step is to change Chromium to use the Plugin version, then move
     10        most of WebPluginScrollbar to a WebScrollbar in Platform to separate
     11        out the base functionality, while providing the same top level API.
     12
     13        * WebKit.gyp:
     14        * public/WebPluginScrollbar.h: Added.
     15        (WebKit):
     16        * public/WebPluginScrollbarClient.h: Added.
     17        (WebKit):
     18
    1192012-06-25  Sheriff Bot  <webkit.review.bot@gmail.com>
    220
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r121059 r121227  
    223223                'public/WebPluginDocument.h',
    224224                'public/WebPluginListBuilder.h',
     225                'public/WebPluginScrollbar.h',
     226                'public/WebPluginScrollbarClient.h',
    225227                'public/WebPrintParams.h',
    226228                'public/WebPrintScalingOption.h',
Note: See TracChangeset for help on using the changeset viewer.