Index: ui/accelerated_widget_mac/accelerated_widget_mac.h |
diff --git a/ui/accelerated_widget_mac/accelerated_widget_mac.h b/ui/accelerated_widget_mac/accelerated_widget_mac.h |
index f24e8b8b9d4ed4b978b494038dcda7af67803f44..087a9a66b1ffe468511c458a7c585ed21cbfd9be 100644 |
--- a/ui/accelerated_widget_mac/accelerated_widget_mac.h |
+++ b/ui/accelerated_widget_mac/accelerated_widget_mac.h |
@@ -39,7 +39,6 @@ |
public: |
virtual NSView* AcceleratedWidgetGetNSView() const = 0; |
virtual bool AcceleratedWidgetShouldIgnoreBackpressure() const = 0; |
- virtual uint32_t AcceleratedWidgetGetDisplayIDForVSync() const = 0; |
virtual void AcceleratedWidgetSwapCompleted( |
const std::vector<ui::LatencyInfo>& latency_info) = 0; |
virtual void AcceleratedWidgetHitError() = 0; |
@@ -67,9 +66,6 @@ |
// Return the CGL renderer ID for the surface, if one is available. |
int GetRendererID() const; |
- |
- // Return the CG display ID for the surface, if known. |
- uint32_t GetDisplayIDForVSync() const; |
// Return true if the renderer should not be throttled by GPU back-pressure. |
bool IsRendererThrottlingDisabled() const; |
@@ -165,7 +161,7 @@ |
float scale_factor, |
const gfx::Rect& pixel_damage_rect, |
const base::Closure& drawn_callback, |
- bool* disable_throttling, int* renderer_id, uint32_t* display_id); |
+ bool* disable_throttling, int* renderer_id); |
ACCELERATED_WIDGET_MAC_EXPORT |
void AcceleratedWidgetMacGotSoftwareFrame( |