Skip to content

Commit

Permalink
Bug 1177388 Create ContentCacheInParent and ContentCacheInChild for m…
Browse files Browse the repository at this point in the history
…aking their purpose clearer r=m_kato
  • Loading branch information
masayuki-nakano committed Jun 25, 2015
1 parent 730d804 commit 0b0b357
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 508 deletions.
2 changes: 1 addition & 1 deletion dom/ipc/TabParent.h
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class TabParent final : public PBrowserParent

// IME
static TabParent *mIMETabParent;
ContentCache mContentCache;
ContentCacheInParent mContentCache;

nsIntRect mRect;
ScreenIntSize mDimensions;
Expand Down
Loading

0 comments on commit 0b0b357

Please sign in to comment.