clang-format chromium_src
This commit is contained in:
parent
c090dd2f81
commit
8cc81509d7
38 changed files with 202 additions and 231 deletions
|
@ -23,7 +23,7 @@ namespace ppapi {
|
|||
namespace proxy {
|
||||
struct SerializedFontDescription;
|
||||
}
|
||||
}
|
||||
} // namespace ppapi
|
||||
|
||||
class PepperFlashFontFileHost : public ppapi::host::ResourceHost {
|
||||
public:
|
||||
|
|
|
@ -16,13 +16,13 @@
|
|||
namespace content {
|
||||
class RendererPpapiHost;
|
||||
struct MenuItem;
|
||||
}
|
||||
} // namespace content
|
||||
|
||||
namespace ppapi {
|
||||
namespace proxy {
|
||||
class SerializedFlashMenu;
|
||||
}
|
||||
}
|
||||
} // namespace ppapi
|
||||
|
||||
class PepperFlashMenuHost : public ppapi::host::ResourceHost,
|
||||
public content::ContextMenuClient {
|
||||
|
|
|
@ -22,7 +22,7 @@ namespace ppapi {
|
|||
namespace proxy {
|
||||
struct PPBFlash_DrawGlyphs_Params;
|
||||
}
|
||||
}
|
||||
} // namespace ppapi
|
||||
|
||||
namespace content {
|
||||
class RendererPpapiHost;
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace ppapi {
|
|||
namespace proxy {
|
||||
class SerializedHandle;
|
||||
}
|
||||
}
|
||||
} // namespace ppapi
|
||||
|
||||
// Implements the backend for shared memory messages from a plugin process.
|
||||
class PepperSharedMemoryMessageFilter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue