7 lines
132 B
C++
7 lines
132 B
C++
#include "CefViewOtherApp.h"
|
|
|
|
CefViewOtherApp::CefViewOtherApp(const CefString& scheme_name)
|
|
: CefViewAppBase(scheme_name)
|
|
{
|
|
}
|