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

Unified Diff: sky/compositor/layer_host.h

Issue 854303002: Sky should use an SkPicture when drawing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fixes Created 5 years, 11 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: sky/compositor/layer_host.h
diff --git a/sky/compositor/layer_host.h b/sky/compositor/layer_host.h
index 377dec95c316cf623923dd63e8591d9ed394eda5..1e4fcc7b17b875134a2641c844351c47b1d8d044 100644
--- a/sky/compositor/layer_host.h
+++ b/sky/compositor/layer_host.h
@@ -41,8 +41,6 @@ class LayerHost : public SurfaceHolder::Client {
void SetNeedsAnimate();
void SetRootLayer(scoped_refptr<Layer> layer);
- void GetPixelsForTesting(std::vector<unsigned char>* pixels);
-
private:
enum State {
kReadyForFrame,

Powered by Google App Engine
This is Rietveld 408576698