Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: cc/scrollbar_layer.h

Issue 11189011: cc: Remove the temporary header files that aren't prefixed with CC* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/resource_provider.cc ('k') | cc/scrollbar_layer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 5
6 #ifndef ScrollbarLayerChromium_h 6 #ifndef ScrollbarLayerChromium_h
7 #define ScrollbarLayerChromium_h 7 #define ScrollbarLayerChromium_h
8 8
9 #include "LayerChromium.h"
10 #include "caching_bitmap_canvas_layer_texture_updater.h" 9 #include "caching_bitmap_canvas_layer_texture_updater.h"
10 #include "cc/layer.h"
11 #include <public/WebScrollbar.h> 11 #include <public/WebScrollbar.h>
12 #include <public/WebScrollbarThemeGeometry.h> 12 #include <public/WebScrollbarThemeGeometry.h>
13 #include <public/WebScrollbarThemePainter.h> 13 #include <public/WebScrollbarThemePainter.h>
14 14
15 namespace cc { 15 namespace cc {
16 16
17 class Scrollbar; 17 class Scrollbar;
18 class ScrollbarThemeComposite; 18 class ScrollbarThemeComposite;
19 class CCTextureUpdateQueue; 19 class CCTextureUpdateQueue;
20 20
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 RefPtr<CachingBitmapCanvasLayerTextureUpdater> m_thumbUpdater; 57 RefPtr<CachingBitmapCanvasLayerTextureUpdater> m_thumbUpdater;
58 58
59 // All the parts of the scrollbar except the thumb 59 // All the parts of the scrollbar except the thumb
60 OwnPtr<LayerTextureUpdater::Texture> m_backTrack; 60 OwnPtr<LayerTextureUpdater::Texture> m_backTrack;
61 OwnPtr<LayerTextureUpdater::Texture> m_foreTrack; 61 OwnPtr<LayerTextureUpdater::Texture> m_foreTrack;
62 OwnPtr<LayerTextureUpdater::Texture> m_thumb; 62 OwnPtr<LayerTextureUpdater::Texture> m_thumb;
63 }; 63 };
64 64
65 } 65 }
66 #endif 66 #endif
OLDNEW
« no previous file with comments | « cc/resource_provider.cc ('k') | cc/scrollbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698