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

Unified Diff: cc/ImageLayerChromium.h

Issue 11122003: [cc] Rename all cc/ filenames to Chromium style (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/IOSurfaceLayerChromium.cpp ('k') | cc/ImageLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ImageLayerChromium.h
diff --git a/cc/ImageLayerChromium.h b/cc/ImageLayerChromium.h
index 12ac39716b844604a86b3c0e88164fec8baff696..7b7e0c79c11bc2b3812780b03c11d75b24f321d5 100644
--- a/cc/ImageLayerChromium.h
+++ b/cc/ImageLayerChromium.h
@@ -1,48 +1,6 @@
-// Copyright 2010 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
-#ifndef ImageLayerChromium_h
-#define ImageLayerChromium_h
-
-#if USE(ACCELERATED_COMPOSITING)
-
-#include "ContentLayerChromium.h"
-#include "SkBitmap.h"
-
-namespace cc {
-
-class ImageLayerTextureUpdater;
-
-// A Layer that contains only an Image element.
-class ImageLayerChromium : public TiledLayerChromium {
-public:
- static scoped_refptr<ImageLayerChromium> create();
-
- virtual bool drawsContent() const OVERRIDE;
- virtual void setTexturePriorities(const CCPriorityCalculator&) OVERRIDE;
- virtual void update(CCTextureUpdateQueue&, const CCOcclusionTracker*, CCRenderingStats&) OVERRIDE;
- virtual bool needsContentsScale() const OVERRIDE;
-
- void setBitmap(const SkBitmap& image);
-
-private:
- ImageLayerChromium();
- virtual ~ImageLayerChromium();
-
- void setTilingOption(TilingOption);
-
- virtual LayerTextureUpdater* textureUpdater() const OVERRIDE;
- virtual void createTextureUpdaterIfNeeded() OVERRIDE;
- virtual IntSize contentBounds() const OVERRIDE;
-
- SkBitmap m_bitmap;
-
- RefPtr<ImageLayerTextureUpdater> m_textureUpdater;
-};
-
-}
-#endif // USE(ACCELERATED_COMPOSITING)
-
-#endif
+// Temporary forwarding header
+#include "cc/image_layer.h"
« no previous file with comments | « cc/IOSurfaceLayerChromium.cpp ('k') | cc/ImageLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698