Index: content/public/browser/android/ui_resource_provider.h |
diff --git a/content/public/browser/android/ui_resource_provider.h b/content/public/browser/android/ui_resource_provider.h |
index 38511e1343636d6dc0304f416b00381a4e4a947d..c764d1e636092ab506824f2521b1bb0db6af6ce1 100644 |
--- a/content/public/browser/android/ui_resource_provider.h |
+++ b/content/public/browser/android/ui_resource_provider.h |
@@ -20,6 +20,8 @@ class CONTENT_EXPORT UIResourceProvider { |
UIResourceClientAndroid* client) = 0; |
virtual void DeleteUIResource(cc::UIResourceId resource_id) = 0; |
+ |
+ virtual bool SupportsETC1NonPowerOfTwo() const = 0; |
}; |
} // namespace content |