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

Side by Side Diff: cc/bitmap_canvas_layer_texture_updater.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/VideoLayerChromium.h ('k') | cc/bitmap_canvas_layer_texture_updater.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 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 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 BitmapCanvasLayerTextureUpdater_h 6 #ifndef BitmapCanvasLayerTextureUpdater_h
7 #define BitmapCanvasLayerTextureUpdater_h 7 #define BitmapCanvasLayerTextureUpdater_h
8 8
9 #include "CanvasLayerTextureUpdater.h" 9 #include "cc/canvas_layer_texture_updater.h"
10 10
11 class SkCanvas; 11 class SkCanvas;
12 12
13 namespace cc { 13 namespace cc {
14 14
15 class LayerPainterChromium; 15 class LayerPainterChromium;
16 16
17 // This class rasterizes the contentRect into a skia bitmap canvas. It then upda tes 17 // This class rasterizes the contentRect into a skia bitmap canvas. It then upda tes
18 // textures by copying from the canvas into the texture, using MapSubImage if 18 // textures by copying from the canvas into the texture, using MapSubImage if
19 // possible. 19 // possible.
(...skipping 26 matching lines...) Expand all
46 explicit BitmapCanvasLayerTextureUpdater(scoped_ptr<LayerPainterChromium>); 46 explicit BitmapCanvasLayerTextureUpdater(scoped_ptr<LayerPainterChromium>);
47 47
48 OwnPtr<SkCanvas> m_canvas; 48 OwnPtr<SkCanvas> m_canvas;
49 IntSize m_canvasSize; 49 IntSize m_canvasSize;
50 bool m_opaque; 50 bool m_opaque;
51 }; 51 };
52 52
53 } // namespace cc 53 } // namespace cc
54 54
55 #endif // BitmapCanvasLayerTextureUpdater_h 55 #endif // BitmapCanvasLayerTextureUpdater_h
OLDNEW
« no previous file with comments | « cc/VideoLayerChromium.h ('k') | cc/bitmap_canvas_layer_texture_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698