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

Unified Diff: ui/aura/window_tree_host.h

Issue 119753007: Add GrabWindowSnapshotAsync tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix rotation; fix multithreaded test Created 6 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: ui/aura/window_tree_host.h
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
index 8e1ddd0b0f0fee6d6cc47248131c199683debdd5..c459aba97ac58da59e992aaa608be4aa7c3a7979 100644
--- a/ui/aura/window_tree_host.h
+++ b/ui/aura/window_tree_host.h
@@ -149,6 +149,7 @@ class AURA_EXPORT RootWindowHost {
friend class TestScreen; // TODO(beng): see if we can remove/consolidate.
RootWindowHost();
+ void DestroyCompositor();
void CreateCompositor(gfx::AcceleratedWidget accelerated_widget);

Powered by Google App Engine
This is Rietveld 408576698