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

Unified Diff: cc/resources/resource_provider.h

Issue 363563006: cc: Hide Gpu Rasterization details in Resource Provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « cc/resources/gpu_raster_worker_pool.cc ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_provider.h
diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h
index e56f9f9a22a66f148ba4f904f1f0dcb675a0f5d9..fe572b51a0b1fca7bc8e22e082b5c78eea620a38 100644
--- a/cc/resources/resource_provider.h
+++ b/cc/resources/resource_provider.h
@@ -374,6 +374,13 @@ class CC_EXPORT ResourceProvider {
static GLint GetActiveTextureUnit(gpu::gles2::GLES2Interface* gl);
+ // Hide Gpu Raster implementation details.
reveman 2014/07/01 14:49:23 Please explain what these functions are used for i
sohanjg 2014/07/01 16:25:59 Done.
+ void PushGroupMarker(const char* name);
+ void PopGroupMarker();
+
+ void ResetGpuContext();
+ void FlushGpuContext();
reveman 2014/07/01 14:49:23 I think we can come up with a better API than this
sohanjg 2014/07/01 16:25:59 Done.
+
private:
class GpuRasterBuffer;
class ImageRasterBuffer;
« no previous file with comments | « cc/resources/gpu_raster_worker_pool.cc ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698