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

Unified Diff: content/public/browser/render_process_host.h

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 years, 8 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 | « content/public/browser/gpu_utils.cc ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index 64518ca89523da9fb6fea35416fda47e49f60933..74ac574d5439830d30b2b7dfca5f4e46fa8dbb06 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -26,10 +26,6 @@ class SharedPersistentMemoryAllocator;
class TimeDelta;
}
-namespace gpu {
-union ValueState;
-}
-
namespace media {
class AudioOutputController;
class MediaKeys;
@@ -279,18 +275,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// Note: Do not use! Will disappear after PlzNavitate is completed.
virtual const base::TimeTicks& GetInitTimeForNavigationMetrics() const = 0;
- // Returns whether or not the CHROMIUM_subscribe_uniform WebGL extension
- // is currently enabled
- virtual bool SubscribeUniformEnabled() const = 0;
-
- // Handlers for subscription target changes to update subscription_set_
- virtual void OnAddSubscription(unsigned int target) = 0;
- virtual void OnRemoveSubscription(unsigned int target) = 0;
-
- // Send a new ValueState to the Gpu Service to update a subscription target
- virtual void SendUpdateValueState(
- unsigned int target, const gpu::ValueState& state) = 0;
-
// Retrieves the list of AudioOutputController objects associated
// with this object and passes it to the callback you specify, on
// the same thread on which you called the method.
« no previous file with comments | « content/public/browser/gpu_utils.cc ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698