--- brackets-shell/appshell/cefclient.h +++ brackets-shell/appshell/cefclient.h @@ -9,6 +9,7 @@ #include #include "include/cef_base.h" #include "client_app.h" +#include "client_handler.h" class CefApp; class CefBrowser; @@ -18,7 +19,7 @@ CefRefPtr AppGetBrowser(); // Returns the main application window handle. -CefWindowHandle AppGetMainHwnd(); +ClientWindowHandle AppGetMainHwnd(); // Returns the application working directory. std::string AppGetWorkingDirectory(); @@ -49,3 +50,4 @@ void AppGetBrowserSettings(CefBrowserSettings& settings); #endif // CEF_TESTS_CEFCLIENT_CEFCLIENT_H_ +