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

Unified Diff: gpu/ipc/service/child_window_win.h

Issue 2729073002: Fix DirectCompositionSurfaceTest.TestMakeCurrent flakiness. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | gpu/ipc/service/child_window_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/child_window_win.h
diff --git a/gpu/ipc/service/child_window_win.h b/gpu/ipc/service/child_window_win.h
index 2bccf9ff926e310c77fef88b795ab3b8811474f3..c11202b12da8fc540a78c3b13f731fc33d2d63b3 100644
--- a/gpu/ipc/service/child_window_win.h
+++ b/gpu/ipc/service/child_window_win.h
@@ -6,6 +6,7 @@
#define GPU_IPC_SERVICE_CHILD_WINDOW_WIN_H_
#include "base/memory/weak_ptr.h"
+#include "base/task_runner.h"
#include "gpu/ipc/service/image_transport_surface_delegate.h"
#include <windows.h>
@@ -27,6 +28,8 @@ class ChildWindowWin {
void ClearInvalidContents();
HWND window() const { return window_; }
+ scoped_refptr<base::TaskRunner> GetTaskRunnerForTesting();
+
private:
// This member contains all the data that can be accessed from the main or
// window owner threads.
« no previous file with comments | « no previous file | gpu/ipc/service/child_window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698