Skip to content

Commit

Permalink
Fixed embedlite compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Oct 10, 2014
1 parent f19aac3 commit 7a9e3f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions embedding/embedlite/embedhelpers/EmbedLiteSubThread.h
Expand Up @@ -23,15 +23,15 @@ class EmbedLiteSubThread : public base::Thread
public:
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(EmbedLiteSubThread)
explicit EmbedLiteSubThread(EmbedLiteApp*);
~EmbedLiteSubThread();

bool StartEmbedThread();

protected:
virtual void Init();
virtual void CleanUp();

private:
virtual ~EmbedLiteSubThread();

MessageLoop* mParentLoop;
EmbedLiteApp* mApp;
};
Expand Down
4 changes: 2 additions & 2 deletions gfx/layers/ipc/CompositorParent.h
Expand Up @@ -87,8 +87,8 @@ class CompositorThreadHolder MOZ_FINAL
friend class CompositorParent;
};

class CompositorParent MOZ_FINAL : public PCompositorParent,
public ShadowLayersManager
class CompositorParent : public PCompositorParent,
public ShadowLayersManager
{
NS_INLINE_DECL_THREADSAFE_REFCOUNTING_WITH_MAIN_THREAD_DESTRUCTION(CompositorParent)

Expand Down

0 comments on commit 7a9e3f4

Please sign in to comment.