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

Unified Diff: Source/web/GraphicsLayerFactoryChromium.h

Issue 1131833002: [Sketch] Animations: Torpedo the old intrusive animation system. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@scroll
Patch Set: Delete more. Created 5 years, 7 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 | « Source/platform/scroll/ScrollableArea.cpp ('k') | Source/web/GraphicsLayerFactoryChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/GraphicsLayerFactoryChromium.h
diff --git a/Source/web/GraphicsLayerFactoryChromium.h b/Source/web/GraphicsLayerFactoryChromium.h
index b876bf560128954d38e9ad561eea1fba941648c4..369f3dc94b27a07ced1ba90ecd2dcce51b83140a 100644
--- a/Source/web/GraphicsLayerFactoryChromium.h
+++ b/Source/web/GraphicsLayerFactoryChromium.h
@@ -33,15 +33,11 @@ class WebViewImpl;
class GraphicsLayerFactoryChromium final : public GraphicsLayerFactory {
public:
- explicit GraphicsLayerFactoryChromium(WebViewImpl*);
+ explicit GraphicsLayerFactoryChromium();
virtual ~GraphicsLayerFactoryChromium();
virtual PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) override;
-
-private:
- // The owner of this GraphicsLayerFactoryChromium.
- WebViewImpl* m_webView;
};
} // namespace blink
« no previous file with comments | « Source/platform/scroll/ScrollableArea.cpp ('k') | Source/web/GraphicsLayerFactoryChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698