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

Unified Diff: services/gles2/gpu_state.h

Issue 1348283004: Use MailboxManagerSync on android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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: services/gles2/gpu_state.h
diff --git a/services/gles2/gpu_state.h b/services/gles2/gpu_state.h
index 1d75318c57afd3013b79be13895c5d9072cf2235..29a04f983ad98dea4cbf32d45656b1abad1a84b0 100644
--- a/services/gles2/gpu_state.h
+++ b/services/gles2/gpu_state.h
@@ -8,7 +8,7 @@
#include "base/memory/ref_counted.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread.h"
-#include "gpu/command_buffer/service/mailbox_manager_impl.h"
+#include "gpu/command_buffer/service/mailbox_manager.h"
#include "gpu/command_buffer/service/sync_point_manager.h"
#include "ui/gl/gl_share_group.h"

Powered by Google App Engine
This is Rietveld 408576698