diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 21:41:02 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 21:41:02 +0000 |
commit | 67a46b7f6da205b7a1e772b7383bb20bab8ca611 (patch) | |
tree | 6345ab0ffb453906e3e4f8f87514b1e21649e6b6 /chrome/DEPS | |
parent | 3cc848c2747c8bc2ecede8e8df4eeb343d3d8988 (diff) | |
download | chromium_src-67a46b7f6da205b7a1e772b7383bb20bab8ca611.zip chromium_src-67a46b7f6da205b7a1e772b7383bb20bab8ca611.tar.gz chromium_src-67a46b7f6da205b7a1e772b7383bb20bab8ca611.tar.bz2 |
Adds kind-of-live thumbnail generation for a potential tab switcher.
This listens to tab events and tries to keep thumbnails ready to go. See
thumbnail_generator.cc for a more detailed design.
This adds a painting observer to the RenderWidgetHost to enable this new
behavior, as well as a notification to allow the thumbnail generator to hook
its observer in. There is also a new notification that a backing store has been
disabled, which required making the backing stores know about their owning
widget hosts.
This component is currently disabled. We just need to uncomment the member in
Profile and it will start to work.
Original review: http://codereview.chromium.org/118420
Review URL: http://codereview.chromium.org/126101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18540 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rwxr-xr-x[-rw-r--r--] | chrome/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 3c413c6..bb61606 100644..100755 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -24,8 +24,8 @@ include_rules = [ # Allow usage of Google Toolbox for Mac. "+third_party/GTM", - # Brett's test. Contact him for questions. - "+frame_window", + # Our Skia extensions. + "+skia/ext", # On Linux, we include some breakpad headers "+breakpad/linux", |