Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 481836 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- brackets-shell/appshell/cefclient.h
0
++ brackets-shell/appshell/cefclient.h
Lines 9-14 Link Here
9
#include <string>
9
#include <string>
10
#include "include/cef_base.h"
10
#include "include/cef_base.h"
11
#include "client_app.h"
11
#include "client_app.h"
12
#include "client_handler.h"
12
13
13
class CefApp;
14
class CefApp;
14
class CefBrowser;
15
class CefBrowser;
Lines 18-24 Link Here
18
CefRefPtr<CefBrowser> AppGetBrowser();
19
CefRefPtr<CefBrowser> AppGetBrowser();
19
20
20
// Returns the main application window handle.
21
// Returns the main application window handle.
21
CefWindowHandle AppGetMainHwnd();
22
ClientWindowHandle AppGetMainHwnd();
22
23
23
// Returns the application working directory.
24
// Returns the application working directory.
24
std::string AppGetWorkingDirectory();
25
std::string AppGetWorkingDirectory();
Lines 49-51 Link Here
49
void AppGetBrowserSettings(CefBrowserSettings& settings);
50
void AppGetBrowserSettings(CefBrowserSettings& settings);
50
51
51
#endif  // CEF_TESTS_CEFCLIENT_CEFCLIENT_H_
52
#endif  // CEF_TESTS_CEFCLIENT_CEFCLIENT_H_
53

Return to bug 481836