Skip to content

Commit f44260f

Browse files
authored
Revert "RDKEMW-3890: [AI2.0][WindowManager] IRDKWindowManager - onReady, renderReady and enableDisplayRendering"
1 parent beb6749 commit f44260f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

apis/RDKWindowManager/IRDKWindowManager.h

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ struct EXTERNAL IRDKWindowManager : virtual public Core::IUnknown {
4040
// @text onDisconnected
4141
// @param client: the identifier of the disconnected application
4242
virtual void OnDisconnected(const std::string& client){};
43-
44-
// @brief Posting the client for first frame ready.
45-
// @text onReady
46-
// @param client: notify first frame event received for client or application instance ID
47-
virtual void OnReady(const string &client){};
4843
};
4944

5045
/** Register notification interface */
@@ -176,20 +171,6 @@ struct EXTERNAL IRDKWindowManager : virtual public Core::IUnknown {
176171
// @param visible: boolean indicating the visibility status: `true` for visible, `false` for hide.
177172
virtual Core::hresult SetVisible(const std::string &client, bool visible) = 0;
178173

179-
/** Get the first-frame rendered status of the application */
180-
// @text renderReady
181-
// @brief To get the status of first frame is rendered or not
182-
// @param client: client name or application instance ID
183-
// @param status: Returns true if the application has rendered first frame, false if it has not yet.
184-
virtual Core::hresult RenderReady(const string& client, bool &status /* @out */) const = 0;
185-
186-
/** To enable/disable the rendering of a Wayland display in the window manager */
187-
// @text enableDisplayRender
188-
// @brief Enable or disable the rendering of a Wayland display
189-
// @param client: client name or application instance ID
190-
// @param enable: flag to true/false for controlling the wayland render
191-
virtual Core::hresult EnableDisplayRender(const string& client, bool enable) = 0;
192-
193174
};
194175
} // namespace Exchange
195176
} // namespace WPEFramework

0 commit comments

Comments
 (0)