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

Unified Diff: Source/WebCore/platform/graphics/chromium/LayerTextureUpdater.h

Issue 7982004: Merge 95506 - [chromium] ContentLayer's texture updater deleted during paint when compositing tur... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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
Index: Source/WebCore/platform/graphics/chromium/LayerTextureUpdater.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/LayerTextureUpdater.h (revision 95551)
+++ Source/WebCore/platform/graphics/chromium/LayerTextureUpdater.h (working copy)
@@ -30,7 +30,7 @@
#if USE(ACCELERATED_COMPOSITING)
#include "GraphicsTypes3D.h"
-#include <wtf/Noncopyable.h>
+#include <wtf/RefCounted.h>
namespace WebCore {
@@ -39,10 +39,8 @@
class IntSize;
class ManagedTexture;
-class LayerTextureUpdater {
- WTF_MAKE_NONCOPYABLE(LayerTextureUpdater);
+class LayerTextureUpdater : public RefCounted<LayerTextureUpdater> {
public:
- LayerTextureUpdater() { }
virtual ~LayerTextureUpdater() { }
enum Orientation {

Powered by Google App Engine
This is Rietveld 408576698