Skip to content

Commit

Permalink
Add new widget API to Pepper to replace the old theming API. The impl…
Browse files Browse the repository at this point in the history
…ementation is a copy of the WebKit code, I will figure out how to reuse it soon.

Review URL: http://codereview.chromium.org/2011004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46710 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jam@chromium.org committed May 7, 2010
1 parent 18b0832 commit 4b5ea27
Show file tree
Hide file tree
Showing 17 changed files with 1,779 additions and 433 deletions.
7 changes: 7 additions & 0 deletions chrome/chrome_renderer.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@
'renderer/paint_aggregator.cc',
'renderer/pepper_devices.cc',
'renderer/pepper_devices.h',
'renderer/pepper_scrollbar_widget.cc',
'renderer/pepper_scrollbar_widget.h',
'renderer/pepper_scrollbar_widget_linux.cc',
'renderer/pepper_scrollbar_widget_mac.mm',
'renderer/pepper_scrollbar_widget_win.cc',
'renderer/pepper_widget.cc',
'renderer/pepper_widget.h',
'renderer/plugin_channel_host.cc',
'renderer/plugin_channel_host.h',
'renderer/print_web_view_helper.cc',
Expand Down
Loading

0 comments on commit 4b5ea27

Please sign in to comment.