Index: cc/resources/resource_provider.h |
diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h |
index e964437757ba5ed4e6f7c8356bb083cc00c78e67..3a9554906dedcc0af66ac21d23a96f47971aa77d 100644 |
--- a/cc/resources/resource_provider.h |
+++ b/cc/resources/resource_provider.h |
@@ -127,6 +127,10 @@ class CC_EXPORT ResourceProvider { |
// respect to other contexts. |
void Flush(); |
+ // Finish all context operations, causing any pendnig callbacks to be |
piman
2013/04/27 00:42:25
typo: pendnig
danakj
2013/04/29 14:59:05
Done.
|
+ // scheduled. |
+ void Finish(); |
+ |
// Only flush the command buffer if supported. |
// Returns true if the shallow flush occurred, false otherwise. |
bool ShallowFlushIfSupported(); |