mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Fix Mac compile errors.
- Fix GYP configuration errors. - Only use angle GL implementation on Windows (not supported on other platforms). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@238 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -148,8 +148,8 @@ public:
|
||||
void SendNotification(NotificationType type);
|
||||
|
||||
protected:
|
||||
virtual void SetLoading(bool isLoading);
|
||||
virtual void SetNavState(bool canGoBack, bool canGoForward);
|
||||
void SetLoading(bool isLoading);
|
||||
void SetNavState(bool canGoBack, bool canGoForward);
|
||||
|
||||
// The child browser window
|
||||
CefRefPtr<CefBrowser> m_Browser;
|
||||
|
Reference in New Issue
Block a user