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

Unified Diff: ui/compositor/test/in_process_context_factory.h

Issue 858643002: webkit: Cleanup - make everything private as much as possible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IWYU 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
« no previous file with comments | « no previous file | webkit/common/gpu/context_provider_in_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/in_process_context_factory.h
diff --git a/ui/compositor/test/in_process_context_factory.h b/ui/compositor/test/in_process_context_factory.h
index 6fd4eaa39f658b72faaffd233367363b866c61c1..23f7d48b92033aa21c7551bfe9757cf3f6b4eeb5 100644
--- a/ui/compositor/test/in_process_context_factory.h
+++ b/ui/compositor/test/in_process_context_factory.h
@@ -15,7 +15,7 @@ class Thread;
namespace webkit {
namespace gpu {
-class ContextProviderInProcess;
+class ContextProviderWebContext;
}
}
@@ -52,7 +52,7 @@ class InProcessContextFactory : public ContextFactory {
private:
scoped_ptr<base::Thread> compositor_thread_;
- scoped_refptr<webkit::gpu::ContextProviderInProcess>
+ scoped_refptr<webkit::gpu::ContextProviderWebContext>
shared_main_thread_contexts_;
cc::TestSharedBitmapManager shared_bitmap_manager_;
cc::TestGpuMemoryBufferManager gpu_memory_buffer_manager_;
« no previous file with comments | « no previous file | webkit/common/gpu/context_provider_in_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698