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

Side by Side Diff: cc/image_layer.h

Issue 11143027: cc: Remove wtf includes from *LayerTextureUpdater headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Out of line CBCLTU dtor 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/frame_buffer_skpicture_canvas_layer_texture_updater.cc ('k') | cc/image_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 2010 The Chromium Authors. All rights reserved. 1 // Copyright 2010 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 ImageLayerChromium_h 6 #ifndef ImageLayerChromium_h
7 #define ImageLayerChromium_h 7 #define ImageLayerChromium_h
8 8
9 #include "ContentLayerChromium.h" 9 #include "ContentLayerChromium.h"
10 #include "SkBitmap.h" 10 #include "SkBitmap.h"
(...skipping 19 matching lines...) Expand all
30 virtual ~ImageLayerChromium(); 30 virtual ~ImageLayerChromium();
31 31
32 void setTilingOption(TilingOption); 32 void setTilingOption(TilingOption);
33 33
34 virtual LayerTextureUpdater* textureUpdater() const OVERRIDE; 34 virtual LayerTextureUpdater* textureUpdater() const OVERRIDE;
35 virtual void createTextureUpdaterIfNeeded() OVERRIDE; 35 virtual void createTextureUpdaterIfNeeded() OVERRIDE;
36 virtual IntSize contentBounds() const OVERRIDE; 36 virtual IntSize contentBounds() const OVERRIDE;
37 37
38 SkBitmap m_bitmap; 38 SkBitmap m_bitmap;
39 39
40 RefPtr<ImageLayerTextureUpdater> m_textureUpdater; 40 scoped_refptr<ImageLayerTextureUpdater> m_textureUpdater;
41 }; 41 };
42 42
43 } 43 }
44 #endif 44 #endif
OLDNEW
« no previous file with comments | « cc/frame_buffer_skpicture_canvas_layer_texture_updater.cc ('k') | cc/image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698