Change-Id: I994ebbad19873236ad6d8dc99f721908722d302a
This commit is contained in:
Tor Lillqvist
2013-12-05 09:11:18 +02:00
parent 47aad4bde8
commit 4aa1c8d914

View File

@@ -208,7 +208,7 @@ public: // public for Sal Implementation
// set new parent window
virtual void SetParent( SalFrame* pNewParent ) = 0;
// reparent window to act as a plugin; implementation
// may choose to use a new system window inetrnally
// may choose to use a new system window internally
// return false to indicate failure
virtual bool SetPluginParent( SystemParentData* pNewParent ) = 0;