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

Side by Side Diff: cc/content_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/canvas_layer_texture_updater.h ('k') | cc/content_layer_unittest.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 ContentLayerChromium_h 6 #ifndef ContentLayerChromium_h
7 #define ContentLayerChromium_h 7 #define ContentLayerChromium_h
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "LayerPainterChromium.h" 10 #include "LayerPainterChromium.h"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 protected: 50 protected:
51 explicit ContentLayerChromium(ContentLayerChromiumClient*); 51 explicit ContentLayerChromium(ContentLayerChromiumClient*);
52 virtual ~ContentLayerChromium(); 52 virtual ~ContentLayerChromium();
53 53
54 private: 54 private:
55 virtual LayerTextureUpdater* textureUpdater() const OVERRIDE; 55 virtual LayerTextureUpdater* textureUpdater() const OVERRIDE;
56 virtual void createTextureUpdaterIfNeeded() OVERRIDE; 56 virtual void createTextureUpdaterIfNeeded() OVERRIDE;
57 57
58 ContentLayerChromiumClient* m_client; 58 ContentLayerChromiumClient* m_client;
59 RefPtr<LayerTextureUpdater> m_textureUpdater; 59 scoped_refptr<LayerTextureUpdater> m_textureUpdater;
60 }; 60 };
61 61
62 } 62 }
63 #endif 63 #endif
OLDNEW
« no previous file with comments | « cc/canvas_layer_texture_updater.h ('k') | cc/content_layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698