diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-30 17:23:18 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-30 17:23:18 +0000 |
commit | 237a2f1d4378c294f6a66c95ecf37093fbaccc11 (patch) | |
tree | 823bcfe83925f4e9ff0909e9e77bfda2fc407332 /webkit/tools/test_shell/webwidget_host.h | |
parent | c43270786ed2a06b7717fbfc203cf76ec532dd1d (diff) | |
download | chromium_src-237a2f1d4378c294f6a66c95ecf37093fbaccc11.zip chromium_src-237a2f1d4378c294f6a66c95ecf37093fbaccc11.tar.gz chromium_src-237a2f1d4378c294f6a66c95ecf37093fbaccc11.tar.bz2 |
Added support for accelerated compositing to test_shell. This is
principally being added for debugging purposes; compositor support is
being added simultaneously to DumpRenderTree in
https://bugs.webkit.org/show_bug.cgi?id=46849 . The changes here are
dependent on the WebKit changes.
Tested in test_shell on Linux both with the default Mesa backend as
well as with --use-gl=desktop and verified that CSS 3D samples work.
BUG=51879
TEST=none
Review URL: http://codereview.chromium.org/3529003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/webwidget_host.h')
-rw-r--r-- | webkit/tools/test_shell/webwidget_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/webwidget_host.h b/webkit/tools/test_shell/webwidget_host.h index 904a878..c344b24 100644 --- a/webkit/tools/test_shell/webwidget_host.h +++ b/webkit/tools/test_shell/webwidget_host.h @@ -47,6 +47,7 @@ class WebWidgetHost { void DidInvalidateRect(const gfx::Rect& rect); void DidScrollRect(int dx, int dy, const gfx::Rect& clip_rect); + void ScheduleComposite(); #if defined(OS_WIN) void SetCursor(HCURSOR cursor); #endif |