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

Unified Diff: cc/tiles/software_image_decode_controller.h

Issue 1866043006: cc: Remove ScheduleOnOriginThread() and CompleteOnOriginThread(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 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: cc/tiles/software_image_decode_controller.h
diff --git a/cc/tiles/software_image_decode_controller.h b/cc/tiles/software_image_decode_controller.h
index 01a73e6a7e439aabfa75be0dd4d90d7ff222164e..a3d454e38de3ae4967682e593ea64448d5371154 100644
--- a/cc/tiles/software_image_decode_controller.h
+++ b/cc/tiles/software_image_decode_controller.h
@@ -119,6 +119,8 @@ class CC_EXPORT SoftwareImageDecodeController
// Software doesn't keep outstanding images pinned, so this is a no-op.
void SetShouldAggressivelyFreeResources(
bool aggressively_free_resources) override {}
+ void OnImageDecodeTaskCompleted(TileTask* task) override;
+ void OnImageUploadTaskCompleted(TileTask* task) override {}
// Decode the given image and store it in the cache. This is only called by an
// image decode task from a worker thread.

Powered by Google App Engine
This is Rietveld 408576698