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

Unified Diff: webkit/compositor/WebLayerImpl.h

Issue 10920059: Rolls cc and webkit_compositor up to 127340 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « webkit/compositor/WebImageLayerImpl.cpp ('k') | webkit/compositor/WebLayerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor/WebLayerImpl.h
diff --git a/webkit/compositor/WebLayerImpl.h b/webkit/compositor/WebLayerImpl.h
index b499a301c933f987386ffed35db58e86b65129fd..71f83db187aa74b7bb6b758dab1158a3fcad8a2f 100644
--- a/webkit/compositor/WebLayerImpl.h
+++ b/webkit/compositor/WebLayerImpl.h
@@ -6,6 +6,7 @@
#define WebLayerImpl_h
#include <public/WebLayer.h>
+#include <wtf/PassRefPtr.h>
#include <wtf/RefPtr.h>
namespace WebCore {
@@ -16,6 +17,7 @@ namespace WebKit {
class WebLayerImpl : public WebLayer {
public:
+ WebLayerImpl();
explicit WebLayerImpl(PassRefPtr<WebCore::LayerChromium>);
virtual ~WebLayerImpl();
« no previous file with comments | « webkit/compositor/WebImageLayerImpl.cpp ('k') | webkit/compositor/WebLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698