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

Unified Diff: content/renderer/render_thread_impl.h

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android Build Created 4 years, 9 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: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index fc6734c82eddfd6054aa0d9b6aee50bb0393674e..ad4b8b216348a9c2ddcffbebe4ab5d50c32e0f85 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -224,8 +224,7 @@ class CONTENT_EXPORT RenderThreadImpl
// established or if it has been lost (for example if the GPU plugin crashed).
// If there is a pending asynchronous request, it will be completed by the
// time this routine returns.
- GpuChannelHost* EstablishGpuChannelSync(CauseForGpuLaunch);
-
+ GpuChannelHost* EstablishGpuChannelSync(gpu::CauseForGpuLaunch);
// This method modifies how the next message is sent. Normally, when sending
// a synchronous message that runs a nested message loop, we need to suspend

Powered by Google App Engine
This is Rietveld 408576698